home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00051.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  281 b   |  10 lines

  1. on addPrompt startMember,endMember, castName
  2.   repeat with i=startMember to endMember
  3.     set oldName=the name of member i of castLib castName
  4.     if item 2 of oldName<>"prompt" then
  5.       set the name of member i of castLib castName=oldName&",prompt"
  6.     end if
  7.   end repeat
  8. end
  9.  
  10.